Add GtkGestureSwipe
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 17 Jan 2013 20:02:28 +0000 (21:02 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:21 +0000 (19:54 +0200)
commit8733e2a918c9ce244fb00bc28623436ec98c23ca
treee3d2f67a64f230469b62705524de2368ec4e5a76
parent88d554d3bae7b25bfe52eb79ec04dd8d5c515bf3
Add GtkGestureSwipe

This gesture implementation recognices swipes on any direction.
The "swipe" signal has the X/Y velocity vector components, so
those can be used for direction guessing and velocity thresholds.
gtk/Makefile.am
gtk/gtk.h
gtk/gtkgestureswipe.c [new file with mode: 0644]
gtk/gtkgestureswipe.h [new file with mode: 0644]